home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.neu.edu!cguffey
- From: cguffey@lynx.dac.neu.edu (chris t guffey)
- Newsgroups: comp.lang.c
- Subject: DOS mouse/keyboard interfaces
- Date: 25 Mar 1996 03:47:59 GMT
- Organization: Northeastern University, Boston, MA. 02115, USA
- Message-ID: <4j551f$6f0@chaos.dac.neu.edu>
- NNTP-Posting-Host: lynx.dac.neu.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- I am currently writting a DOS program in C and I have code that
- implements a mouse but I cannot figure out how to get the program to
- take either mouse or keyboard inputs at once, that is at the moment I
- only know how to write the program to take either mouse input or
- keyboard, i want to write the program like for example word where you
- constantly have the option to either use the keyboard or the mouse, right
- now my program can only look for one type of user input.
-
- cguffey@ccs.neu.edu
-